projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
728a45f
)
Use standard icon names
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 12 Feb 2011 04:53:39 +0000
(23:53 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 12 Feb 2011 04:53:39 +0000
(23:53 -0500)
tests/teststatusicon.c
patch
|
blob
|
history
diff --git
a/tests/teststatusicon.c
b/tests/teststatusicon.c
index e0f89d7353a7621ceece00a0c521805544c713a9..b754ff327946f320eee28e50ec3859d997539b03 100755
(executable)
--- a/
tests/teststatusicon.c
+++ b/
tests/teststatusicon.c
@@
-75,12
+75,12
@@
update_icons (void)
if (status == TEST_STATUS_INFO)
{
- icon_name =
GTK_STOCK_DIALOG_INFO
;
+ icon_name =
"dialog-information"
;
tooltip = "Some Information ...";
}
else
{
- icon_name =
GTK_STOCK_DIALOG_QUESTION
;
+ icon_name =
"dialog-question"
;
tooltip = "Some Question ...";
}